home *** CD-ROM | disk | FTP | other *** search
- object frmImage: TfrmImage
- Left = 120
- Top = 164
- BorderIcons = [biSystemMenu, biHelp]
- BorderStyle = bsDialog
- Caption = 'Insert Image'
- ClientHeight = 279
- ClientWidth = 542
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Pitch = fpVariable
- Font.Style = []
- Position = poScreenCenter
- Scaled = False
- OnClose = FormClose
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 0
- Top = 243
- Width = 542
- Height = 36
- Align = alBottom
- Style = bsRaised
- end
- object Bevel2: TBevel
- Left = 0
- Top = 0
- Width = 542
- Height = 243
- Align = alClient
- Style = bsRaised
- end
- object Label1: TLabel
- Left = 81
- Top = 6
- Width = 380
- Height = 13
- Caption =
- 'Please enter your image details below or click the Wizard button' +
- ' for assistance.'
- WordWrap = True
- end
- object spdPreview: TSpeedButton
- Left = 304
- Top = 257
- Width = 24
- Height = 23
- Hint = 'Preview|Show the file preview window.'
- AllowAllUp = True
- Glyph.Data = {
- 36010000424D3601000000000000760000002800000012000000100000000100
- 040000000000C0000000120B0000120B00001000000000000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
- 777777000000777777770000000007007777777777770FFFFFFF070077777077
- 77770FFFFFFF07007777080777770FFFFFFF07007077708077770FFFFFFF0700
- 080777080800008FFFFF070070807770008FFF00FFFF070077087778070EEFF0
- 8FFF070077707770770FFEFF0FFF070077787770770FFFEF0FFF070077707770
- 770FFFFF0000070077707770770FFFFF07777700777077780700008087777700
- 7770777700777700777777007778777778000087777777007777}
- Visible = False
- OnClick = spdPreviewClick
- end
- object butOK: TButton
- Left = 384
- Top = 249
- Width = 75
- Height = 25
- Caption = '&OK'
- Default = True
- TabOrder = 1
- OnClick = butOKClick
- end
- object butCancel: TButton
- Left = 464
- Top = 249
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&Cancel'
- TabOrder = 2
- OnClick = butCancelClick
- end
- object btnHelp: TButton
- Left = 6
- Top = 250
- Width = 75
- Height = 25
- Caption = '&Help'
- TabOrder = 0
- OnClick = btnHelpClick
- end
- object GroupBox1: TGroupBox
- Left = 323
- Top = 24
- Width = 216
- Height = 214
- TabOrder = 3
- object bevPreview: TBevel
- Left = 4
- Top = 10
- Width = 208
- Height = 200
- end
- object pmimgPreview: TPMultiImage
- Left = 5
- Top = 11
- Width = 204
- Height = 198
- B_W_CopyFlags = [C_DEL]
- Picture.Data = {07544269746D617000000000}
- ImageName = 'file not found'
- ImageReadRes = lAutoMatic
- BlitMode = sLight
- ImageWriteRes = sAutoMatic
- TifSaveCompress = sNONE
- TiffPage = 1
- TiffAppend = False
- JPegSaveQuality = 25
- JPegSaveSmooth = 0
- RubberBandBtn = mbLeft
- ParentColor = True
- Stretch = True
- TextLeft = 0
- TextTop = 0
- TextRotate = 0
- TabOrder = 0
- TabStop = False
- Visible = False
- ZoomBy = 10
- end
- end
- object GroupBox2: TGroupBox
- Left = 3
- Top = 24
- Width = 321
- Height = 214
- TabOrder = 4
- object PageControl1: TPageControl
- Left = 5
- Top = 14
- Width = 309
- Height = 195
- ActivePage = TabSheet1
- TabOrder = 0
- object TabSheet1: TTabSheet
- Caption = 'Standard'
- object pnlStandard: TPanel
- Left = 0
- Top = 1
- Width = 301
- Height = 163
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 0
- object Label2: TLabel
- Tag = 57
- Left = 10
- Top = 16
- Width = 50
- Height = 13
- AutoSize = False
- Caption = '&Filename:'
- FocusControl = scmbImgFileName
- WordWrap = True
- end
- object spdImgFile: TSpeedButton
- Tag = 56
- Left = 244
- Top = 32
- Width = 21
- Height = 21
- OnClick = spdImgFileClick
- end
- object spdWizard: TSpeedButton
- Left = 265
- Top = 32
- Width = 21
- Height = 21
- OnClick = spdWizardClick
- end
- object lblImgHeight: TLabel
- Tag = 57
- Left = 10
- Top = 66
- Width = 96
- Height = 13
- AutoSize = False
- Caption = '&Height:'
- FocusControl = txtImgHeight
- WordWrap = True
- end
- object lblImgWidth: TLabel
- Tag = 57
- Left = 155
- Top = 66
- Width = 86
- Height = 13
- AutoSize = False
- Caption = ' &Width:'
- FocusControl = txtImgWidth
- WordWrap = True
- end
- object lblImgAlt: TLabel
- Tag = 59
- Left = 8
- Top = 119
- Width = 254
- Height = 14
- AutoSize = False
- Caption = 'Text &description of the image:'
- FocusControl = txtImgDesc
- end
- object txtImgHeight: TEdit
- Tag = 57
- Left = 8
- Top = 81
- Width = 139
- Height = 21
- HelpContext = 6
- TabOrder = 1
- end
- object txtImgWidth: TEdit
- Tag = 57
- Left = 155
- Top = 81
- Width = 134
- Height = 21
- HelpContext = 7
- TabOrder = 2
- end
- object txtImgDesc: TEdit
- Tag = 59
- Left = 7
- Top = 133
- Width = 281
- Height = 21
- HelpContext = 8
- TabOrder = 3
- end
- object scmbImgFileName: TSausCombo
- Left = 7
- Top = 32
- Width = 236
- Height = 21
- HelpContext = 5
- ItemHeight = 13
- TabOrder = 0
- OnChange = scmbImgFileNameChange
- OnExit = scmbImgFileNameExit
- PreventDuplicates = False
- MaxItems = 10
- MoveSelectedToTop = True
- Version = '1.05'
- RegPath = '\Software\Sausage\Hotdog5\Config\Recent'
- RegValue = 'ImgFiles'
- RegStore = True
- end
- end
- end
- object TabSheet2: TTabSheet
- Caption = 'Advanced'
- object pnlAdvanced: TPanel
- Left = 0
- Top = 0
- Width = 301
- Height = 165
- BevelInner = bvRaised
- BevelOuter = bvLowered
- Caption = 'pnlAdvanced'
- TabOrder = 0
- object Label3: TLabel
- Tag = 57
- Left = 44
- Top = 113
- Width = 96
- Height = 13
- AutoSize = False
- Caption = '&Horizontal Distance:'
- WordWrap = True
- end
- object Label4: TLabel
- Tag = 57
- Left = 184
- Top = 112
- Width = 86
- Height = 13
- AutoSize = False
- Caption = '&Vertical Distance:'
- WordWrap = True
- end
- object Label13: TLabel
- Left = 45
- Top = 18
- Width = 57
- Height = 13
- AutoSize = False
- Caption = '&Alignment:'
- end
- object Label5: TLabel
- Left = 187
- Top = 17
- Width = 76
- Height = 13
- AutoSize = False
- Caption = '&Border Width:'
- end
- object Label22: TLabel
- Left = 43
- Top = 67
- Width = 222
- Height = 39
- Caption =
- 'You can define a vertical and horizontal buffer (in pixels) that' +
- ' creates a space around your image.'
- WordWrap = True
- end
- object txtBorder: TSpinEdit
- Left = 183
- Top = 33
- Width = 76
- Height = 22
- HelpContext = 10
- MaxValue = 100
- MinValue = 0
- TabOrder = 1
- Value = 0
- end
- object cmbAlign: TComboBox
- Left = 43
- Top = 33
- Width = 77
- Height = 21
- HelpContext = 35
- ItemHeight = 13
- Items.Strings = (
- 'Top'
- 'Left'
- 'Right'
- 'Texttop'
- 'Middle'
- 'Absmiddle'
- 'Baseline'
- 'Bottom'
- 'Absbottom')
- TabOrder = 0
- end
- object txtHDist: TSpinEdit
- Left = 43
- Top = 130
- Width = 77
- Height = 22
- HelpContext = 11
- MaxValue = 100
- MinValue = 0
- TabOrder = 2
- Value = 0
- end
- object txtVDist: TSpinEdit
- Left = 184
- Top = 129
- Width = 77
- Height = 22
- HelpContext = 12
- MaxValue = 100
- MinValue = 0
- TabOrder = 3
- Value = 0
- end
- end
- end
- end
- end
- end
-